Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-33593 | Exch-1-303 | SV-44013r1_rule | ECSC-1 | Low |
Description |
---|
Mail quota settings control the maximum sizes of a user’s mailbox and the system’s response if these limits are exceeded. Mailbox data that is not monitored against a quota increases the risk of mail loss due to filled disk space, which can also render the system unavailable. There are multiple controls, which supply graduated levels of opportunity to respond before risking email service loss. This control prohibits the user from sending an email when the mailbox limit reaches the prohibit send quota value. Note: Best practice for this setting is to prohibit the user from sending email when the mailbox reaches 90 percent of capacity. |
STIG | Date |
---|---|
Exchange 2010 Mailbox Server STIG | 2017-07-05 |
Check Text ( C-41700r1_chk ) |
---|
Obtain the Email Domain Security Plan (EDSP) and locate the value for 'Prohibit Send Quota Limit'. Open the Exchange Management Shell and enter the following command: Get-MailboxDatabase | Select Name, Identity, ProhibitSendQuota If the value of 'ProhibitSendQuota' is not set to the sites 'ProhibitSendQuotaLimit', this is a finding. |
Fix Text (F-37485r1_fix) |
---|
Open the Exchange Management Shell and enter the following command: Set-MailboxDatabase <'MailboxDatabaseName'> -ProhibitSendQuota <'SitesProhibitSendQuotaLimit'> |